Welcome![Sign In][Sign Up]
Location:
Search - HUFFMAN ENCODING

Search list

[Mathimatics-Numerical algorithmsHf

Description: 哈夫曼数的编码,译码和树的打印-The number of Huffman encoding, decoding and tree print
Platform: | Size: 2048 | Author: lxw | Hits:

[ConsoleHuffman编码以及解码程序

Description: 霍夫曼编码 提供基本内核 下载后用户可根据需要根改-Huffman code, provides the fundamental core, you can modify it as your wish after downloading it.
Platform: | Size: 474112 | Author: 卢林 | Hits:

[Compress-Decompress algrithmshuffman-0.7

Description: Huffman 压缩/解压算法的ANSI C实现 This archive contains a simple and readable ANSI C implementation of Huffman coding and decoding. This implementation is not intended to be the best, fastest, smallest, or any other performance related adjective. More information on Huffman encoding may be found at: http://michael.dipperstein.com/huffman http://datacompression.info/Huffman.shtml -Huffman compression/decompression algorithm to achieve the ANSI C This archive con tains a simple and readable ANSI C implementati on of Huffman coding and decoding. This impleme ntation is not intended to be the best, fastest, smallest, or any other performance related adjective. Mo 're information on Huffman encoding may be found at : http :// michael.dipperstein.com/Huffman http :// datacompression.info/Huffman.shtml
Platform: | Size: 49152 | Author: 张森宁 | Hits:

[JSP/JavaHuffman

Description: 数据结构中最优二叉树Huffman编码的实现,仅供参考-Optimal binary tree data structure of Huffman encoding realize, for reference only
Platform: | Size: 38912 | Author: xiexiaoyang | Hits:

[Compress-Decompress algrithmshuffman

Description: huffman编码实现文本文档的压缩和解压缩,简单好用-huffman encoding text documents realize the compression and decompression, easy-to-use
Platform: | Size: 9216 | Author: li | Hits:

[Windows Develophuffman

Description: 哈夫曼树的代码实现,包括哈夫曼编码和解码过程。-Huffman code tree, including the Huffman encoding and decoding process.
Platform: | Size: 171008 | Author: 何平 | Hits:

[Compress-Decompress algrithmshuffman_matlab

Description: 图像压缩的Huffman编码与解码,matlab源代码-Image compression Huffman encoding and decoding, matlab source code
Platform: | Size: 27648 | Author: 吴坚 | Hits:

[Data structshuffman

Description: 建立huffman树,并进行huffman编码.-Huffman tree establishment and huffman encoding.
Platform: | Size: 1024 | Author: ruanlingxi | Hits:

[Compress-Decompress algrithmshuffman_en_decode

Description: 霍夫曼编译码,对数据文件中的字符进行统计,根据概率进行编码,并实现对数据文件压缩和解压缩过程-Huffman encoding and decoding of data files characters in statistics, according to the probability of encoding, and data files to achieve compression and decompression process
Platform: | Size: 5120 | Author: 董婷婷 | Hits:

[OtherHuffman

Description: 设计一个哈夫曼编码/译码系统,对一个文本文件中的字符进行哈夫曼编码,生成编码文件(压缩文件,后缀名.cod); 反过来,可将一个压缩文件译码还原成一个文本文件(.txt)。-The design of a Huffman encoding/decoding system, to a text file of characters Huffman encoding, to generate encoded file (compressed file name suffix. Cod) in turn, can restore a compressed file into a decoder text file (. txt).
Platform: | Size: 7168 | Author: haitty1009 | Hits:

[Data structshuffman

Description: huffman编码的C语言实现,调试通过-huffman encoding the C language, debugging through
Platform: | Size: 1024 | Author: cantianpo | Hits:

[Data structsHuffman

Description: huffman编码,是初学数据结构的好帮手-huffman encoding, data structure is a good beginner helper
Platform: | Size: 196608 | Author: huigang | Hits:

[Graph programhuffman

Description: 在windows环境下进行huffman编码,应用于jpeg压缩过程中-In the windows environment huffman encoding, used in the process of jpeg compression
Platform: | Size: 3072 | Author: 李勤 | Hits:

[Compress-Decompress algrithmshuffman

Description: huffman编码表。 编写JPEG文件可以使用。-huffman encoding table. JPEG files can be used to prepare.
Platform: | Size: 381952 | Author: waydon | Hits:

[Compress-Decompress algrithmshuffman

Description: 问题描述] 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼编/译码系统。-Description of the problem] use Huffman encoding of information and communication can greatly improve the channel utilization, reduce the information transmission time, lower transmission costs. However, this requires the sending end through a coding system for pre-treatment of mass data encoding, will be heard at the receiving end of the data decoding (recovery). For duplex channel (ie, two-way transmission of information can be channel), each client requires a full encoder/decoder system. Test for such information transceiver station to write a Huffman encoder/decoder system.
Platform: | Size: 15360 | Author: yangyang | Hits:

[Compress-Decompress algrithmshuffman

Description: 霍夫曼编码程序 对给定的概率 生成霍夫曼编码 希望大家给点意见-Huffman encoding procedure to generate the probability of a given Huffman code to the point I hope everyone
Platform: | Size: 1024 | Author: yang long | Hits:

[matlabhuffman

Description: 对给定的txt文件进行Huffman编码和解码,并加以分析,采用无记忆信源编码方式-For a given txt files Huffman encoding and decoding, and analyzed, using non-memory source coding method
Platform: | Size: 6144 | Author: julia | Hits:

[matlabhuffman

Description: 在MATLAB环境下实现霍夫曼编码与译码-In the MATLAB environment to achieve Huffman encoding and decoding
Platform: | Size: 5120 | Author: 宋贤明 | Hits:

[Data structsHuffman

Description: 哈夫曼编码及译码 实现了对英文翻译,英文文献等的编码及译码-Huffman encoding and decoding
Platform: | Size: 5120 | Author: LN | Hits:

[matlabhuffman

Description: 图像的huffman编解码程序,希望能给大家提供帮助-Huffman encoding and decoding process the image, hope that they can help
Platform: | Size: 56320 | Author: 刘某 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net